Scheduler for WPF
Move メソッド (ReentrantObservableCollection<T>)

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > ReentrantObservableCollection<T> クラス : Move メソッド
The zero-based index specifying the location of the item to be moved.
The zero-based index specifying the new location of the item.
Moves the item at the specified index to a new location in the collection.
シンタックス
'宣言
 
Public Sub Move( _
   ByVal oldIndex As System.Integer, _
   ByVal newIndex As System.Integer _
) 
public void Move( 
   System.int oldIndex,
   System.int newIndex
)

パラメータ

oldIndex
The zero-based index specifying the location of the item to be moved.
newIndex
The zero-based index specifying the new location of the item.
参照

ReentrantObservableCollection<T> クラス
ReentrantObservableCollection<T> メンバ